PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setIsHidden Method
If true, do not display or print the annotation or allow it to interact with the user.
In This Topic
    setIsHidden Method
    In This Topic
    Sets a value indicating whether to display the annotation or not.
    Syntax
    public void setIsHidden( 
       boolean value
    )

    Parameters

    value
    If true, do not display or print the annotation or allow it to interact with the user.
    See Also